-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LLVM to 19.1.3 #132352
Update LLVM to 19.1.3 #132352
Conversation
|
This doesn't have a regression test because it's a PITA (or next to impossible) to test for #131031 right? EDIT: I thought it was very hard to come up with a test case for based upon a very quick reading of the issue, if we can have a test case then great! |
Looks like this is worth adding a test case. |
The failure output is: ``` SplitVectorOperand Op #1: t51: i32 = llvm.wasm.alltrue TargetConstant:i32<12408>, t50 rustc-LLVM ERROR: Do not know how to split this operator's operand! ```
@bors r+ |
Not rolling up LLVM updates seems like a good idea in general. @bors rollup=never |
Update LLVM to 19.1.3 Closes rust-lang#131031. r? nikic
💔 Test failed - checks-actions |
@bors retry LLVM rebuild timeout |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b5f4883): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary 4.1%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (secondary -2.2%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 779.182s -> 779.165s (-0.00%) |
Closes #131031.
r? nikic